home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / PI.dxr / 00042.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  133 b   |  8 lines

  1. on enterFrame
  2.   global Voice, unRoll
  3.   if (Voice = 1) and (unRoll = 1) then
  4.     puppetSound("Pi3a")
  5.     set unRoll to 0
  6.   end if
  7. end
  8.